home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / dvd / 05 / data1.cab / Program_Files_95_ICHX / ICHx.INF
Encoding:
Windows Setup INFormation  |  1999-06-02  |  10.7 KB  |  200 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICHx.INF                                                
  4. ; **    Abstract:  Windows* 95 INF Update File for Intel(r) 82801AA,        
  5. ; **               82801AB components                                       
  6. ; ****************************************************************************
  7. ; ****************************************************************************
  8.  
  9.  
  10. [version]
  11. LayoutFile=layout.inf
  12. signature="$CHICAGO$"
  13. Class=System
  14. ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
  15. Provider=%INTEL%
  16. SetupClass=BASE
  17.  
  18. [ClassInstall]
  19. AddReg=System_Class_Reg
  20. DelReg=System_Class_DelReg
  21.  
  22. [System_Class_Reg]
  23. HKR,,,,%SystemClassName%
  24. HKR,,Installer,,sysclass.dll
  25.  
  26. [System_Class_DelReg]
  27. HKR,,NoInstallClass
  28.  
  29. [DestinationDirs]
  30. PCI_Copyfiles              = 11          ; LDID_SYS
  31. PCI_DelFiles               = 11          ; LDID_SYS
  32.  
  33. [Manufacturer]
  34. %Gen_Device%=MS_SYS
  35. %INTEL_MFG%=INTEL_SYS
  36.  
  37. [MS_SYS]
  38. %*PNP0A03.DeviceDesc%   = PCI_DRV,      *PNP0A03        ; PCI BUS
  39.  
  40.  
  41. [INTEL_SYS]
  42. %PCI\VEN_8086&DEV_2410.DeviceDesc%=ISA_DRV,PCI\VEN_8086&DEV_2410
  43. %PCI\VEN_8086&DEV_2413.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_2413
  44. %PCI\VEN_8086&DEV_2418.DeviceDesc%=PCI_BRIDGE_DRV,PCI\VEN_8086&DEV_2418
  45. %PCI\VEN_8086&DEV_2420.DeviceDesc%=ISA_DRV,PCI\VEN_8086&DEV_2420
  46. %PCI\VEN_8086&DEV_2423.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_2423
  47. %PCI\VEN_8086&DEV_2428.DeviceDesc%=PCI_BRIDGE_DRV,PCI\VEN_8086&DEV_2428
  48.  
  49. [*pnp0a03.Det]
  50. AddReg=ForceInstall
  51.  
  52. [ForceInstall]
  53. HKR,,NoSetupUI,,1
  54.  
  55. [PCI_DRV]
  56. AddReg=PCI_DRV_AddReg,PCI_Dev_Properties_AddReg
  57. copyfiles=PCI_Copyfiles
  58. DelFiles=PCI_DelFiles
  59.  
  60. [PCI_DRV_AddReg]
  61. HKR,,DevLoader,,pci.vxd
  62. ; Options setting
  63. ; Bit 0 is set for using BIOS services instead of hardware
  64. ; Bit 1 is set for using IRQ steering
  65. ; Bit 2 is set for overriding bridge programming by BIOS
  66. ; Bit 3 is set to disable GAT bit override
  67. ; Bit 4 is set to force GAT always on when overriding (bit 3 must be clear)
  68. HKLM,System\CurrentControlSet\Services\VxD\PCI,Options,3,02,00,00,00
  69. ; Bit 2: Devices Dual PCI IDE without programming code with bit 3 set
  70. HKLM,System\CurrentControlSet\Services\VxD\PCI,24118086,1,04,00,00,00
  71. HKLM,System\CurrentControlSet\Services\VxD\PCI,24218086,1,04,00,00,00
  72.  
  73. [PCI_Dev_Properties_AddReg]
  74. HKR,,EnumPropPages,,"sysclass.dll,PCIEnumPropPages"
  75.  
  76. [ISA_DRV]
  77. AddReg=ISA_DRV_AddReg,System_Dev_Properties_AddReg
  78.  
  79. [ISA_DRV.NoResDup]
  80. *PNP0A00
  81.  
  82. [ISA_DRV_AddReg]
  83. HKR,,DevLoader,,isapnp.vxd
  84. ; Devices specific settings (value name is DevID cat with VenID)
  85. ; Bit 0: Devices video wanting no IRQ
  86. ; Bit 1: Devices PCMCIA wanting IRQ
  87. ; Bit 2: Devices Dual PCI IDE without programming code with bit 3 set
  88. ; Bit 3: Devices needing no enum at all
  89. ; Bit 4: Devices needing no resources but having garbage in base address registers
  90. ; Bit 5: Devices needing dword access
  91. ; Bit 6: Devices being single function parading as multiple functions
  92. ; Bit 7: Device always enabled
  93. ; Bit 8: Device is IDE even though not class code of 0101
  94. ; Bit 9: Device is video even though not class code of 0001 or 03xx
  95. ; Bit 10: Automatically fail to start the device. It is not supported in pmode
  96. ; Bit 11: Device can only appear on bus 0 (improperly decode type 1 transactions)
  97. ; Bit 12: Device can only appear on dev <16
  98. ; Bit 13: Bridge device can only have children at Dev0
  99. ; Bit 14: Do not modify the command bits of the device
  100. ; Bit 15: Device is VGA even though not class code of 0001 or 0300 (only has meaning if bit 9 is set).
  101. ; Bit 16: Device is MF CardBus controller that shares Command register
  102. ; Bit 17: Device is a PCI/PCI bridge with straight thru routing (pin A to pin A, etc).
  103. ; Bit 18: Device is a subtractive decode PCI-PCI bridge with writable IO window
  104. HKLM,System\CurrentControlSet\Services\VxD\PCI,24118086,1,04,00,00,00
  105. HKLM,System\CurrentControlSet\Services\VxD\PCI,24218086,1,04,00,00,00
  106.  
  107.  
  108. ; IRQ Miniport Data
  109. ;
  110.  
  111. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\24108086,Name,,"Intel 82801AA"
  112. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\24108086,Path,,"PCIMP.PCI"
  113. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\24108086,Instance,1,01,00,00,00
  114.  
  115. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\24208086,Name,,"Intel 82801AB"
  116. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\24208086,Path,,"PCIMP.PCI"
  117. HKLM,System\CurrentControlSet\Services\VxD\PCI\IRQMiniports\24208086,Instance,1,01,00,00,00
  118.  
  119. ;
  120. ; IDE Miniport Data
  121. ;
  122. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\24118086,Name,,"Intel 82801AA"
  123. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\24118086,Path,,"PCIMP.PCI"
  124. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\24118086,Instance,1,00,00,00,00
  125.  
  126. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\24218086,Name,,"Intel 82801AB"
  127. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\24218086,Path,,"PCIMP.PCI"
  128. HKLM,System\CurrentControlSet\Services\VxD\PCI\IDEMiniports\24218086,Instance,1,00,00,00,00
  129.  
  130. [System_Dev_Properties_AddReg]
  131. HKR,,EnumPropPages,,"sysclass.dll,EnumPropPages"
  132.  
  133. [NO_DRV]
  134.  
  135. [PCI_BRIDGE_DRV]
  136.  
  137. [PCI_Copyfiles]
  138. pci.vxd
  139. pcimp.pci
  140.  
  141. [PCI_DelFiles]
  142. pci.386
  143.  
  144. [ControlFlags]
  145. ExcludeFromSelect=PCI\VEN_8086&DEV_2410
  146. ExcludeFromSelect=PCI\VEN_8086&DEV_2413
  147. ExcludeFromSelect=PCI\VEN_8086&DEV_2418
  148. ExcludeFromSelect=PCI\VEN_8086&DEV_2420
  149. ExcludeFromSelect=PCI\VEN_8086&DEV_2423
  150. ExcludeFromSelect=PCI\VEN_8086&DEV_2428
  151.  
  152.  
  153. [Strings]
  154. SystemClassName = "System devices"
  155. Gen_Device      = "(Standard system devices)"
  156. INTEL         ="Intel"
  157. NULL            = ""
  158. WINBASE         = "Base Windows Components"
  159. SRCPATH         = "Distribution directory"
  160.  
  161. INTEL_MFG="Intel"
  162. PCI\VEN_8086&DEV_2410.DeviceDesc="Intel(r) 82801AA LPC Interface Controller"
  163. PCI\VEN_8086&DEV_2413.DeviceDesc="Intel(r) 82801AA SMBus Controller"
  164. PCI\VEN_8086&DEV_2418.DeviceDesc="Intel(r) 82801AA PCI Bridge"
  165. PCI\VEN_8086&DEV_2420.DeviceDesc="Intel(r) 82801AB LPC Interface Controller"
  166. PCI\VEN_8086&DEV_2423.DeviceDesc="Intel(r) 82801AB SMBus Controller"
  167. PCI\VEN_8086&DEV_2428.DeviceDesc="Intel(r) 82801AB PCI Bridge"
  168.  
  169. *pnp0a03.DeviceDesc="PCI bus"
  170.  
  171. ; Copyright (c) Intel Corporation, 1998-1999
  172. ; Copyright (c) Microsoft Corporation, 1993-1995
  173.  
  174. ; INTEL SOFTWARE LICENSE AGREEMENT (Final, Single User)
  175. ; IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. 
  176. ; Do not use or load this software and any associated materials (collectively, the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.
  177. ;
  178. ; LICENSE. You may copy the Software onto a single computer for your personal, noncommercial use, and you may make one back-up copy of the Software, subject to these conditions: 
  179. ; 1. You may not copy, modify, rent, sell, distribute or transfer any part of the Software except as provided in this Agreement, and you agree to prevent unauthorized copying of the Software.
  180. ; 2. You may not reverse engineer, decompile, or disassemble the Software. 
  181. ; 3. You may not sublicense or permit simultaneous use of the Software by more than one user.
  182. ; 4. The Software may contain the software and other property of third party suppliers, some of which may be identified in, and licensed in accordance with, an enclosed "license.txt" file or other text or file. 
  183. ; OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software remains with Intel or its suppliers. The Software is copyrighted and protected by the laws of the United States and other countries, and international treaty provisions. You may not remove any copyright notices from the Software. Intel may make changes to the Software, or to items referenced therein, at any time without notice, but is not obligated to support or update the Software. Except as otherwise expressly provided, Intel grants no express or implied right under Intel patents, copyrights, trademarks, or other intellectual property rights. You may transfer the Software only if the recipient agrees to be fully bound by these terms and if you retain no copies of the Software.
  184. ; LIMITED MEDIA WARRANTY.  If the Software has been delivered by Intel on physical media, Intel warrants the media to be free from material physical defects for a period of ninety days after delivery by Intel. If such a defect is found, return the media to Intel for replacement or alternate delivery of the Software as Intel may select.
  185. ; EXCLUSION OF OTHER WARRANTIES. EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.  Intel does not warrant or assume responsibility for the accuracy or completeness of any information, text, graphics, links or other items contained within the Software.
  186. ; LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION TO JURISDICTION. 
  187. ; TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time if you violate its terms. Upon termination, you will immediately destroy the Software or return all copies of the Software to Intel.
  188. ;  
  189. ; APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the laws of California, excluding its principles of conflict of laws and the United Nations Convention on Contracts for the Sale of Goods. You may not export the Software in violation of applicable export laws and regulations. Intel is not obligated under any other agreements unless they are in writing and signed by an authorized representative of Intel.
  190. ; GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS." Use, duplication, or disclosure by the Government is subject to restrictions as set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or its successor. Use of the Software by the Government constitutes acknowledgment of Intel's proprietary rights therein. Contractor or Manufacturer is Intel Corporation, 2200 Mission College Blvd., Santa Clara, CA 95052.
  191. ; Your specific rights may vary from country to country.
  192.  
  193.